HaruPage
PHP Manual

HaruPage::stroke

(PECL haru >= 0.0.1)

HaruPage::strokePaint current path

Descripción

bool HaruPage::stroke ([ bool $close_path= false ] )

Paints the current path.

Lista de parámetros

close_path

Closes the current path if set to TRUE. Defaults to FALSE.

Valores retornados

Returns TRUE on success.

Errors/Exceptions

Throws a HaruException on error.


HaruPage
PHP Manual